home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / dev / e / StdErr.lha / StdErr.readme
Encoding:
Text File  |  1994-04-08  |  790 b   |  21 lines

  1. Short: E module for flexible stderr port.
  2. Uploader: jvanriper@uncavx.unca.edu
  3. Type: dev/e
  4. Long:
  5.  
  6. This is a module for Amiga E that makes the handling of errorports
  7. ever-so-easy with Amiga E.  When used with EPP, this could be a serious
  8. gem.
  9.  
  10. StdErr.E allows programmers to specify where they wish error messages to
  11. go.  Error messages may be sent to stdout, stderr (as in C's 'stderr'
  12. port), or a filename.  You may even change your mind, and redirect where
  13. the stderr port goes, by simply changing the filename.  StdErr is smart
  14. enough to handle programs started by the Workbench (and thus, has no window
  15. to write to).
  16.  
  17. For details regarding its usage, please refer to the documentation.
  18.  
  19. StdErr.E is a product of the Cheese Olfactory Workshop.  It should work on
  20. all models of the Amiga.
  21.